home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9935 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: keats.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: simple telnet-client
  5. Date: 14 Mar 1996 07:44:44 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4i9etcINN7v6@keats.ugrad.cs.ubc.ca>
  8. References: <4i94q1$33t@alijku06.edvz.uni-linz.ac.at>
  9. NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
  10.  
  11. In article <4i94q1$33t@alijku06.edvz.uni-linz.ac.at>,
  12. Schoenbrunner Oliver <k3082e2@c210> wrote:
  13. >How do I program a simple telnet-client.
  14. >I just want to start a connection to another computer (I know the name
  15. >or IP-address). 
  16. >Then I want to receive something and send something.
  17.  
  18. This is a highly specialized topic inappropriate for the C language newsgroup.
  19.  
  20. You need to read the RFC's about the Virtual Terminal Protocol, and a detailed
  21. knowledge of TCP/IP network programming.
  22.  
  23. There are newsgroups that are appropriate for this question. There are also---
  24. surprise!---freely distributed implementations of telnet with sources.  
  25. -- 
  26.  
  27.